CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scheduling algorithm

搜索资源列表

  1. intercellresourceallocation

    1下载:
  2. 详尽描述了3GPP LTE环境中小区间资源分配仿真的全过程,有蜂窝小区的模拟方法和资源调度的算法,还有性能仿真的曲线图-3GPP LTE detailed descr iption of the allocation of resources between the environment small and medium-sized simulation of the entire process, and the simulation of Cellular and resource sch
  3. 所属分类:Communication

    • 发布日期:2017-05-26
    • 文件大小:9250039
    • 提供者:wqq
  1. JOB

    0下载:
  2. job scheduling algorithm is a good algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:726
    • 提供者:Ricky
  1. FINALSJF

    0下载:
  2. Shortest Job First scheduling algorithm in C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:821
    • 提供者:Easwar
  1. scheduling

    1下载:
  2. 用蚁群算法解决无等待流水线的调度问题,对生产调度建模及求解有帮助.-solving scheduling problem with ANT Algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-03-25
    • 文件大小:270006
    • 提供者:John
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:23512
    • 提供者:张超
  1. CPU_schedule_simulation

    0下载:
  2. CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:92713
    • 提供者:msh2003
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:81595
    • 提供者:harlant
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:43831
    • 提供者:qianglc
  1. moni

    0下载:
  2. 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:8045
    • 提供者:heizi
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3756459
    • 提供者:
  1. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8234
    • 提供者:代浩
  1. wireless_network_packet_scheduling

    0下载:
  2. 无线网络分组调度算法研究,研究调度算法的可以看一下- research of Wireless network packet scheduling algorithm,people who study the scheduling algorithm can download to see
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-31
    • 文件大小:13658819
    • 提供者:王鑫
  1. LTE_System_Level_1.1_r295

    0下载:
  2. LTE 链路级仿真代码,其中还包含经典的跨层调度算法,非常实用。-LTE link level simulation code, which also includes classical cross-layer scheduling algorithm is very practical.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:61572344
    • 提供者:zhu
  1. zydu-matlab

    0下载:
  2. 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:875
    • 提供者:wllx
  1. Process-Scheduling-Algorithm

    0下载:
  2. 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:183526
    • 提供者:Lambert
  1. scheduling

    0下载:
  2. 编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3584403
    • 提供者:xysheep
  1. 1234

    0下载:
  2. Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithm-Extending the Network Lifetime of Wireless Sensor Networks Using Residual Energy Extraction—Hybrid Scheduling Algorithme
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:371430
    • 提供者:jc
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. code

    0下载:
  2. 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:144906
    • 提供者:李梦甜
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com